home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / blblt / fig4-3.gif < prev    next >
Graphics Interchange Format  |  1995-11-02  |  8KB  |  398x503  |  4-bit (3 colors)
Labels: text | screenshot | diagram | line | parallel | font
OCR: class ThreeCourseMeal public: GetFirst_ Get Second GetThird Eat() protected: private: class MexicanMainDish : virtual public ThreeCourseMeal public: GetFirst ... Get Second GetThird ... Eg :() protected : private: class MexicanDesert : virtual publi ThreeCourseMeal public: GetFirst ... Get Second ... GetThird Eat() protected : private: class MexicanFastFood : public MexicanMainDish public MexicanDesert public: GetFirst ... Get Second ... GetThird ... Eat() protected: private: GetFirst ... - inherited functions GetFirst_ - overriden or original functions